home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
MacWT 0.04
/
wt
/
view.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-31
|
186 b
|
12 lines
|
[
TEXT/MMCC
]
/* view.h */
typedef struct {
fixed x, y, height;
fixed angle;
fixed arc;
fixed view_plane_size;
fixed eye_distance;
} View;
extern View *new_view(fixed arc);